home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Family Forum 262
/
SOMC Family Forum 262.iso
/
Xtras
/
Widget Wizard
/
Widget Wizard.dir
/
WidgtBehaviors_3_behavior_template.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-05-10
|
349 b
|
23 lines
property enabled, runtime, debug
on new me
set the enabled of me to 1
set the runtime of me to 1
set the debug of me to 1
return me
end
on describe
return "generic behavior template"
end
on error me, estring
if the debug of me then
if the runtime of me then
alert(estring)
else
put estring
end if
end if
end